Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clippy version #1230

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Update clippy version #1230

merged 1 commit into from
Nov 26, 2024

Conversation

marschattha
Copy link
Member

No description provided.

@@ -71,7 +71,7 @@ version = "1.7.9"

[[plugin]]
name = "clippy"
# Note: Clippy version is controlled by the rust version above
version = "1.82.0" # Note: Clippy version is controlled by the rust version above
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out we do need this in order to make sure the version check passes after tool install.

This is needed since the latest_version defined in the plugin definition was 1.77.2 so we are expecting that when version is not defined, but bumping the rust runtime above we are basically installing 1.82.0 so version check fails.

@marschattha marschattha requested a review from brynary November 26, 2024 21:46
@marschattha marschattha merged commit 34f0df1 into main Nov 26, 2024
6 of 7 checks passed
@marschattha marschattha deleted the ma/update_clippy_version branch November 26, 2024 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants